Skip to content

Conversation

@ptrus
Copy link
Member

@ptrus ptrus commented Nov 27, 2025

Fixes: #652

TODO:

oasis rofl build should now just work on all platforms.

Behaviour is something like:

Host/arch Manifest builder Flag Docker/podman available? Result
linux/amd64 none none n/a Native build
linux/amd64 set none yes Container build (manifest image)
linux/amd64 set none no Error: builder specified but no docker/podman
linux/amd64 any --no-container n/a Native build (flag overrides)
non-linux/other arch any --no-container any Error: native builds only on linux/amd64; remove --no-container
non-linux/other arch any none yes Container build (manifest image if set, else default)
non-linux/other arch any none no Error: native builds only on linux/amd64 and no docker/podman available

@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for oasisprotocol-cli ready!

Name Link
🔨 Latest commit d7a7eec
🔍 Latest deploy log https://app.netlify.com/projects/oasisprotocol-cli/deploys/69283524db4e6e00085eaee0
😎 Deploy Preview https://deploy-preview-656--oasisprotocol-cli.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@ptrus ptrus force-pushed the ptrus/feature/builder-default branch from 03798b6 to d7a7eec Compare November 27, 2025 11:25
@ptrus ptrus marked this pull request as draft November 27, 2025 11:26
@ptrus ptrus closed this Nov 28, 2025
@ptrus ptrus deleted the ptrus/feature/builder-default branch November 28, 2025 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

oasis rofl build without builder should just fail on macOS

2 participants